Nat Weerawan Apps

IoT Switch over MQTT 1.0
Nat Weerawan
an open-source IoT Switch that use MQTTProtocol to sync every devices over retain flag.source code available:http://github.com/cmmakerclub/CMMC-IoTSwitch-androidMIT License.
Bluetooth LE Thermometer 2
Nat Weerawan
Features* Show battery level (use AT+BATT?)* Show temperature (just send character byte)Supports:*HM10*service uuid: 0000ffe0-0000-1000-8000-00805f9b34fbcharacteristic uuid: 0000ffe1-0000-1000-8000-00805f9b34fb*BLUNO*service uuid: 0000dfb0-0000-1000-8000-00805f9b34fbcharacteristic uuid: 0000dfb1-0000-1000-8000-00805f9b34fb
CMMC Thermometer 1.0
Nat Weerawan
A MQTT Thermometer made with love byCMMC
ESP8266 SmartConfig 0.3.4.3
Nat Weerawan
ESP8266 SmartConfig Arduino Code you can simplycallbeginSmartConfig() like this WiFi.beginSmartConfig();while(1){delay(1000);if(WiFi.smartConfigDone()){Serial.println("SmartConfig Success");break; } } or the easier wayis use library that support smartConfigfunction such asWiFiConnector ArduinoLibrary:https://github.com/cmmakerclub/WiFiConnector